Skip to content

Conversation

@coliff
Copy link
Owner

@coliff coliff commented Nov 19, 2025

Updated .cspell.json to ignore README.md and index.html, and enhanced .htmlhintrc with stricter validation rules. The GitHub Actions workflow now skips Dependabot runs and uses updated checkout action. index.html form now uses method="post", improved input placeholder, and minor CSS adjustments. Also pinned Prettier version in package.json for consistent formatting.

Updated .cspell.json to ignore README.md and index.html, and enhanced .htmlhintrc with stricter validation rules. The GitHub Actions workflow now skips Dependabot runs and uses updated checkout action. index.html form now uses method="post", improved input placeholder, and minor CSS adjustments. Also pinned Prettier version in package.json for consistent formatting.
@coliff coliff requested a review from Copilot November 19, 2025 16:07
Copilot finished reviewing on behalf of coliff November 19, 2025 16:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances code quality tooling and HTML standards compliance by improving linting rules, spell-checking configuration, and HTML validation. The changes focus on stricter validation, better CI/CD handling for Dependabot, and minor HTML/CSS improvements.

  • Updated HTMLHint with stricter validation rules for forms, attributes, and buttons
  • Enhanced spell-checking by excluding HTML/README from checks
  • Improved CI workflow with Dependabot exclusion and updated checkout action

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Pinned Prettier version to 3.6.2 for consistent formatting
index.html Added form method="post", improved placeholder text, minor CSS adjustments, and fixed metadata formatting
.htmlhintrc Added stricter validation rules for attributes, forms, and IDs
.github/workflows/super-linter.yml Updated checkout action version and added Dependabot skip condition
.cspell.json Excluded README.md and index.html from spell-checking

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coliff coliff merged commit 7f96e56 into main Nov 19, 2025
19 checks passed
@coliff coliff deleted the dev/coliff/config-fixes branch November 19, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants